home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 366 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.0 KB

  1. Path: grafix.xs4all.nl!john.hendrikx
  2. Date: Sat, 06 Jan 96 15:32:50 GMT+1
  3. Newsgroups: comp.sys.amiga.programmer
  4. Distribution: world
  5. Subject: Re: Demo/game to OS friendly part II
  6. MIME-Version: 1.0
  7. Content-Type: text/plain; charset=iso-8859-1
  8. Content-Transfer-Encoding: 8bit
  9. From: john.hendrikx@grafix.xs4all.nl (John Hendrikx)
  10. Message-ID: <john.hendrikx.4452@grafix.xs4all.nl>
  11. Organization: Grafix Attack BBS Holland
  12.  
  13. In a message of 04 Jan 96 Juergen "rally" Fischer wrote to All:
  14.  
  15.  >> >6) Do AddIntServer/SetIntVector work on DraCo?
  16.  
  17.  >> Sort of. Since the vblank interrupt has little meaning for the Retina
  18.  >> display there is little use for your own interrupts.
  19.  
  20.  JrF> Really no vblank ? no WaitTOF letting task sleep ?
  21.  
  22.  JrF> afaik only with vblank timer and waittof you can do clean
  23.  JrF> tripplebufered display (calling waittof for the case cpu is faster than
  24.  JrF> video-framerate for giving cpu to other tasks).
  25.  
  26. Not really, most graphics-cards have got functions to swap the screenbuffer
  27. which return immediately, but the screen-change automatically happens at the
  28. start of the next frame.  So there is no need for a vblank timer and waittof(),
  29. just call the function and continue drawing the stuff in the next buffer.
  30.  
  31. Just think about it, you could change the copperlist pointers, but when will
  32. the change of screen occur?  Only at the next VBlank.  Same goes for most
  33. graphics cards (even though they don't use a Copper).
  34.  
  35.  JrF> if retina got no buffered adress-register imho without vblank there's
  36.  JrF> even no way to do clean buffering.
  37.  
  38. Retina?  I'm sure Picasso can do clean double-buffering, never tested it on
  39. Retina though...
  40.  
  41.  JrF> please tell me that it's not true...
  42.  
  43. Oh well, single-buffering doesn't look THAT ugly (take a look at Heretic on the
  44. clones :-)))
  45.  
  46. Grtz John
  47.  
  48. -----------------------------------------------------------------------
  49.  John.Hendrikx@grafix.xs4all.nl   TextDemo/FastView/Etc... development
  50. -----------------------------------------------------------------------
  51. -- Via Xenolink 1.985B1, XenolinkUUCP 1.1
  52.